Rails 3 / Bundler gem: 'undefined method `setup' for Bundler:Module (NoMethodError)'

Posted by ashleyw on Stack Overflow See other posts from Stack Overflow or by ashleyw
Published on 2010-02-01T14:07:00Z Indexed on 2010/05/23 0:31 UTC
Read the original article Hit count: 782

It can be traced back to config/boot.rb, line 7:

require 'rubygems'
require 'bundler'
Bundler.setup

This is with Bundler 0.8.1 supposedly installed:

../Users/ashley$ sudo gem install bundler
Successfully installed bundler-0.8.1
1 gem installed
Installing ri documentation for bundler-0.8.1...
Installing RDoc documentation for bundler-0.8.1...

Everything I've done has followed this guide. Anyone have any clue what's wrong?

Thanks :)

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby-on-rails3